home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / juji.swf / scripts / frame_3 / PlaceObject2_14_485 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2003-03-01  |  380b  |  25 lines

  1. onClipEvent(enterFrame){
  2.    medic = _root.score;
  3.    if(medic eq 5000)
  4.    {
  5.       with(_root.medicMC)
  6.       {
  7.          gotoAndPlay(2);
  8.       }
  9.    }
  10.    if(medic eq 10000)
  11.    {
  12.       with(_root.medicMC)
  13.       {
  14.          gotoAndPlay(2);
  15.       }
  16.    }
  17.    if(medic eq 12500)
  18.    {
  19.       tellTarget(_root)
  20.       {
  21.          gotoAndStop("bosscoming");
  22.       }
  23.    }
  24. }
  25.